Skip to content

[tabs] Fix scrollable tabs blocking pointer events#48166

Open
mj12albert wants to merge 1 commit intomui:masterfrom
mj12albert:fix/scrollable-tabs-blocking-pointer-events
Open

[tabs] Fix scrollable tabs blocking pointer events#48166
mj12albert wants to merge 1 commit intomui:masterfrom
mj12albert:fix/scrollable-tabs-blocking-pointer-events

Conversation

@mj12albert
Copy link
Copy Markdown
Member

@mj12albert mj12albert commented Apr 1, 2026

Preview: https://stackblitz.com/edit/sv1itp2u?file=src%2FDemo.tsx

Fixes #36953

It just needs pointer-events: none to fix the issue

@mj12albert mj12albert added type: bug It doesn't behave as expected. scope: tabs Changes related to the tabs. labels Apr 1, 2026
@mui-bot
Copy link
Copy Markdown

mui-bot commented Apr 1, 2026

Netlify deploy preview

https://deploy-preview-48166--material-ui.netlify.app/

Bundle size report

Bundle Parsed size Gzip size
@mui/material 🔺+21B(0.00%) 🔺+7B(0.00%)
@mui/lab 0B(0.00%) 0B(0.00%)
@mui/system 0B(0.00%) 0B(0.00%)
@mui/utils 0B(0.00%) 0B(0.00%)

Details of bundle changes

Generated by 🚫 dangerJS against 1afc9c0

@mj12albert mj12albert force-pushed the fix/scrollable-tabs-blocking-pointer-events branch from 2fea8c7 to 1afc9c0 Compare April 10, 2026 17:23
@mj12albert mj12albert marked this pull request as ready for review April 10, 2026 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope: tabs Changes related to the tabs. type: bug It doesn't behave as expected.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Tabs] Scrollable Tabs render an absolute-positioned div that blocks pointer events

2 participants